[FFmpeg-devel] [PATCH] enc is not a good name for a decoder context

Michael Niedermayer michaelni
Mon Dec 28 23:19:59 CET 2009


On Mon, Dec 28, 2009 at 10:56:25PM +0100, Stefano Sabatini wrote:
> Hi, as in subject.
> 
> Regards.
> -- 
> FFmpeg = Friendly and Foolish Multimedia Portable Ecstatic Geek

>  ffplay.c |   68 +++++++++++++++++++++++++++++++--------------------------------
>  1 file changed, 34 insertions(+), 34 deletions(-)
> b9e8704744f4cf2e98f3451c6e34c3d75385c30f  ffplay-use-better-name-for-decoder-ctx.patch
> Index: ffplay.c
> ===================================================================
> --- ffplay.c	(revision 20954)
> +++ ffplay.c	(working copy)
> @@ -1692,50 +1692,50 @@ static void sdl_audio_callback(void *opaque, Uint8
>  static int stream_component_open(VideoState *is, int stream_index)
>  {
>      AVFormatContext *ic = is->ic;
> -    AVCodecContext *enc;
> +    AVCodecContext *dec;

dec is not a good name for AVCodecContext either

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In fact, the RIAA has been known to suggest that students drop out
of college or go to community college in order to be able to afford
settlements. -- The RIAA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091228/4bd13ae8/attachment.pgp>



More information about the ffmpeg-devel mailing list