# HG changeset patch # User ivo # Date 1198686244 0 # Node ID 20d8a8f0fd30c589a09b073fd698d19432a7e397 # Parent 4acd7b248bb89b5ceb5ab80fa7327a531579c2b2 remove useless assignment diff -r 4acd7b248bb8 -r 20d8a8f0fd30 ptx.c --- a/ptx.c Wed Dec 26 16:23:25 2007 +0000 +++ b/ptx.c Wed Dec 26 16:24:04 2007 +0000 @@ -30,7 +30,6 @@ avcodec_get_frame_defaults(&s->picture); avctx->coded_frame= &s->picture; - s->picture.data[0] = NULL; return 0; }