summaryrefslogtreecommitdiff
path: root/apps/codecs/libcook/avcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libcook/avcodec.h')
-rw-r--r--apps/codecs/libcook/avcodec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/codecs/libcook/avcodec.h b/apps/codecs/libcook/avcodec.h
index a520340162..08eb800d4b 100644
--- a/apps/codecs/libcook/avcodec.h
+++ b/apps/codecs/libcook/avcodec.h
@@ -406,6 +406,7 @@ enum SampleFormat {
406#define FF_MIN_BUFFER_SIZE 16384 406#define FF_MIN_BUFFER_SIZE 16384
407 407
408 408
409#if 0/* MT : DELETE THIS LINE.*/
409/** 410/**
410 * motion estimation type. 411 * motion estimation type.
411 */ 412 */
@@ -3429,4 +3430,6 @@ void av_register_hwaccel(AVHWAccel *hwaccel);
3429 */ 3430 */
3430AVHWAccel *av_hwaccel_next(AVHWAccel *hwaccel); 3431AVHWAccel *av_hwaccel_next(AVHWAccel *hwaccel);
3431 3432
3433#endif/* MT : DELETE THIS LINE.*/
3434
3432#endif /* AVCODEC_AVCODEC_H */ 3435#endif /* AVCODEC_AVCODEC_H */