Re: [FFmpeg-devel] [PATCH 10/10] ffv1: Add missing ff_ prefixes

2015-08-22 Thread Timothy Gu
On Fri, Aug 21, 2015 at 09:46:57PM -0400, Ganesh Ajjanagadde wrote: > LGTM Pushed. Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 10/10] ffv1: Add missing ff_ prefixes

2015-08-21 Thread Ganesh Ajjanagadde
On Fri, Aug 21, 2015 at 9:21 PM, Timothy Gu wrote: > --- > libavcodec/ffv1.c| 16 > libavcodec/ffv1.h| 14 +++--- > libavcodec/ffv1dec.c | 16 > libavcodec/ffv1enc.c | 14 +++--- > 4 files changed, 30 insertions(+), 30 deletions(-) > > dif

[FFmpeg-devel] [PATCH 10/10] ffv1: Add missing ff_ prefixes

2015-08-21 Thread Timothy Gu
--- libavcodec/ffv1.c| 16 libavcodec/ffv1.h| 14 +++--- libavcodec/ffv1dec.c | 16 libavcodec/ffv1enc.c | 14 +++--- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index 7a38bf9..6bcd