diff mbox

[FFmpeg-devel] avcodec/libopenh264enc: fix class_name

Message ID 1542039046-13365-1-git-send-email-t.rapp@noa-archive.com
State Accepted
Commit 7992c2867efc79eb8e9983e15a7ba998d6c48ffd
Headers show

Commit Message

Tobias Rapp Nov. 12, 2018, 4:10 p.m. UTC
Reverts some accidental change in commit e621b1ca646a2f268797adc3194b694a852548d2.

Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
---
 libavcodec/libopenh264enc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jan Ekström Nov. 12, 2018, 5:10 p.m. UTC | #1
On Mon, Nov 12, 2018 at 6:11 PM Tobias Rapp <t.rapp@noa-archive.com> wrote:
>
> Reverts some accidental change in commit e621b1ca646a2f268797adc3194b694a852548d2.
>
> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
> ---
>  libavcodec/libopenh264enc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c
> index 5baa423..ae6d17c 100644
> --- a/libavcodec/libopenh264enc.c
> +++ b/libavcodec/libopenh264enc.c
> @@ -75,7 +75,7 @@ static const AVOption options[] = {
>  };
>
>  static const AVClass class = {
> -    .class_name = "libvo_amrwbenc",
> +    .class_name = "libopenh264enc",
>      .item_name  = av_default_item_name,
>      .option     = options,
>      .version    = LIBAVUTIL_VERSION_INT,
> --

Looking at the file name, definitely LGTM (also checked the history
and this is what the string used to be).

Jan
Tobias Rapp Nov. 13, 2018, 7:18 a.m. UTC | #2
On 12.11.2018 18:10, Jan Ekström wrote:
> On Mon, Nov 12, 2018 at 6:11 PM Tobias Rapp <t.rapp@noa-archive.com> wrote:
>>
>> Reverts some accidental change in commit e621b1ca646a2f268797adc3194b694a852548d2.
>>
>> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
>> ---
>>   libavcodec/libopenh264enc.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c
>> index 5baa423..ae6d17c 100644
>> --- a/libavcodec/libopenh264enc.c
>> +++ b/libavcodec/libopenh264enc.c
>> @@ -75,7 +75,7 @@ static const AVOption options[] = {
>>   };
>>
>>   static const AVClass class = {
>> -    .class_name = "libvo_amrwbenc",
>> +    .class_name = "libopenh264enc",
>>       .item_name  = av_default_item_name,
>>       .option     = options,
>>       .version    = LIBAVUTIL_VERSION_INT,
>> --
> 
> Looking at the file name, definitely LGTM (also checked the history
> and this is what the string used to be).

Pushed, thanks for review.

Regards,
Tobias
diff mbox

Patch

diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c
index 5baa423..ae6d17c 100644
--- a/libavcodec/libopenh264enc.c
+++ b/libavcodec/libopenh264enc.c
@@ -75,7 +75,7 @@  static const AVOption options[] = {
 };
 
 static const AVClass class = {
-    .class_name = "libvo_amrwbenc",
+    .class_name = "libopenh264enc",
     .item_name  = av_default_item_name,
     .option     = options,
     .version    = LIBAVUTIL_VERSION_INT,