Mercurial > libavformat.hg
changeset 5511:a45748f721d1 libavformat
Use enum CodecID where appropriate.
author | cehoyos |
---|---|
date | Sun, 10 Jan 2010 08:57:20 +0000 |
parents | 47ef38389cd3 |
children | 60671fac35ad |
files | electronicarts.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/electronicarts.c Sun Jan 10 05:47:50 2010 +0000 +++ b/electronicarts.c Sun Jan 10 08:57:20 2010 +0000 @@ -192,7 +192,7 @@ case 16: ea->audio_codec = CODEC_ID_MP3; break; case -1: break; default: - ea->audio_codec = 0; + ea->audio_codec = CODEC_ID_NONE; av_log(s, AV_LOG_ERROR, "unsupported stream type; revision2=%i\n", revision2); return 0; }