changeset 2537:46fc89be5b52 libavformat

Do not set codec_tag when the container does not specify it.
author reimar
date Sun, 09 Sep 2007 09:21:14 +0000
parents fb7c72af3a61
children 0d837f926052
files nuv.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nuv.c	Sun Sep 09 07:25:52 2007 +0000
+++ b/nuv.c	Sun Sep 09 09:21:14 2007 +0000
@@ -149,7 +149,6 @@
         vst = av_new_stream(s, ctx->v_id);
         vst->codec->codec_type = CODEC_TYPE_VIDEO;
         vst->codec->codec_id = CODEC_ID_NUV;
-        vst->codec->codec_tag = MKTAG('R', 'J', 'P', 'G');
         vst->codec->width = width;
         vst->codec->height = height;
         vst->codec->bits_per_sample = 10;