That field will be deprecated and the value that is written there is not
particularly useful.
---
 libavformat/rmdec.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index 487e74f..eb0f3c5 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -240,8 +240,6 @@ static int rm_read_audio_stream_info(AVFormatContext *s, 
AVIOContext *pb,
                     return ret;
             }
             break;
-        default:
-            av_strlcpy(st->codec->codec_name, buf, 
sizeof(st->codec->codec_name));
         }
         if (ast->deint_id == DEINT_ID_INT4 ||
             ast->deint_id == DEINT_ID_GENR ||
-- 
1.7.10.4

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to