diff dvdata.h @ 6266:6e160e75eb9c libavcodec

some const
author michael
date Fri, 01 Feb 2008 15:08:55 +0000
parents 92e04b74a635
children f7cbb7733146
line wrap: on
line diff
--- a/dvdata.h	Fri Feb 01 15:01:05 2008 +0000
+++ b/dvdata.h	Fri Feb 01 15:08:55 2008 +0000
@@ -2661,7 +2661,7 @@
 /* largest possible DV frame, in bytes (PAL 50Mbps) */
 #define DV_MAX_FRAME_SIZE 288000
 
-static inline const DVprofile* dv_frame_profile(uint8_t* frame)
+static inline const DVprofile* dv_frame_profile(const uint8_t* frame)
 {
     if ((frame[3] & 0x80) == 0) {      /* DSF flag */
         /* it's an NTSC format */