]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc_h263.c
lavf/mxfenc: better error handling with invalid frame rate.
[ffmpeg] / libavformat / rtpenc_h263.c
index e14aaf1dbdbd5db61c7561db26c899345d26db8a..9cea013013d00393bc97553a30aead4930be693f 100644 (file)
@@ -23,8 +23,8 @@
 #include "avformat.h"
 #include "rtpenc.h"
 
-const uint8_t *ff_h263_find_resync_marker_reverse(const uint8_t *restrict start,
-                                                  const uint8_t *restrict end)
+const uint8_t *ff_h263_find_resync_marker_reverse(const uint8_t *av_restrict start,
+                                                  const uint8_t *av_restrict end)
 {
     const uint8_t *p = end - 1;
     start += 1; /* Make sure we never return the original start. */