[FFmpeg-cvslog] auenc: remove pointless assigment
Paul B Mahol
git at videolan.org
Tue Dec 4 13:50:04 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Dec 4 12:42:50 2012 +0000| [765debf51f1aee58b6748e575082ecd30033b323] | committer: Paul B Mahol
auenc: remove pointless assigment
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=765debf51f1aee58b6748e575082ecd30033b323
---
libavformat/au.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavformat/au.c b/libavformat/au.c
index 6797c3c..2c1daff 100644
--- a/libavformat/au.c
+++ b/libavformat/au.c
@@ -71,8 +71,6 @@ static int au_write_header(AVFormatContext *s)
{
AVIOContext *pb = s->pb;
- s->priv_data = NULL;
-
/* format header */
if (put_au_header(pb, s->streams[0]->codec) < 0) {
return -1;
More information about the ffmpeg-cvslog
mailing list