diff --git a/libavformat/oggparseskeleton.c b/libavformat/oggparseskeleton.c index f437c69444f432396aa10edddb0d84c39e9f5ff9..5333e17de693de1248af2d5b477d64a652f9d491 100644 --- a/libavformat/oggparseskeleton.c +++ b/libavformat/oggparseskeleton.c @@ -34,7 +34,6 @@ static int skeleton_header(AVFormatContext *s, int idx) uint64_t start_granule; int target_idx, start_time; - strcpy(st->codec->codec_name, "skeleton"); st->codec->codec_type = AVMEDIA_TYPE_DATA; if (os->psize < 8)