projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd065d0
)
Do not set codec_tag when the container does not specify it.
author
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sun, 9 Sep 2007 09:21:14 +0000
(09:21 +0000)
committer
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sun, 9 Sep 2007 09:21:14 +0000
(09:21 +0000)
Originally committed as revision 10445 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/nuv.c
patch
|
blob
|
history
diff --git
a/libavformat/nuv.c
b/libavformat/nuv.c
index
eb38d6f
..
152ef67
100644
(file)
--- a/
libavformat/nuv.c
+++ b/
libavformat/nuv.c
@@
-149,7
+149,6
@@
static int nuv_header(AVFormatContext *s, AVFormatParameters *ap) {
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;