changeset 4003:dbc5c6bebb68 libavformat

dnxhd codec is intra only
author bcoudurier
date Thu, 23 Oct 2008 17:30:36 +0000
parents 65cb6eca2944
children 677bcb3b65cd
files utils.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Wed Oct 22 21:14:42 2008 +0000
+++ b/utils.c	Thu Oct 23 17:30:36 2008 +0000
@@ -746,6 +746,7 @@
         case CODEC_ID_ASV1:
         case CODEC_ID_ASV2:
         case CODEC_ID_VCR1:
+        case CODEC_ID_DNXHD:
             return 1;
         default: break;
         }