Re: [FFmpeg-devel] [PATCH] lavc/libx264: replace ITU-T T35(A/53 CC) SEI type by enum value

2023-08-26 Thread myp...@gmail.com
On Sat, Aug 26, 2023 at 2:40 PM Kieran Kunhya wrote: > > On Sat, 26 Aug 2023 at 07:32, Jun Zhao wrote: > > > replace ITU-T T35(A/53 CC) SEI type by enum value > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/libx264.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff

Re: [FFmpeg-devel] [PATCH] lavc/libx264: replace ITU-T T35(A/53 CC) SEI type by enum value

2023-08-26 Thread Kieran Kunhya
On Sat, 26 Aug 2023 at 07:32, Jun Zhao wrote: > replace ITU-T T35(A/53 CC) SEI type by enum value > > Signed-off-by: Jun Zhao > --- > libavcodec/libx264.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c > index

[FFmpeg-devel] [PATCH] lavc/libx264: replace ITU-T T35(A/53 CC) SEI type by enum value

2023-08-26 Thread Jun Zhao
replace ITU-T T35(A/53 CC) SEI type by enum value Signed-off-by: Jun Zhao --- libavcodec/libx264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 1a7dc7bdd5..ce849d6c9a 100644 --- a/libavcodec/libx264.c +++