cosmetic updates as per Michael's suggestion

Originally committed as revision 15582 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Roman Shaposhnik 17 years ago
parent 90d30402b4
commit 45580f8d4d
  1. 2
      libavcodec/dvdata.h

@ -6403,7 +6403,7 @@ static inline const DVprofile* dv_frame_profile(const uint8_t* frame)
return NULL;
}
static inline const DVprofile* dv_codec_profile(AVCodecContext* codec)
static const DVprofile* dv_codec_profile(AVCodecContext* codec)
{
int i;

Loading…
Cancel
Save