diff libmpcodecs/ae_lavc.c @ 33502:2c1df9ec369a

Remove outdated message.
author reimar
date Sun, 12 Jun 2011 00:04:43 +0000
parents 3209d6cbc393
children 5a9d68a07ed1
line wrap: on
line diff
--- a/libmpcodecs/ae_lavc.c	Sun Jun 12 00:03:35 2011 +0000
+++ b/libmpcodecs/ae_lavc.c	Sun Jun 12 00:04:43 2011 +0000
@@ -199,9 +199,6 @@
 			}
 		}
 	}
-	if (lavc_actx->sample_fmt != AV_SAMPLE_FMT_S16)
-	    mp_msg(MSGT_MENCODER, MSGL_ERR, "Encoder requires input not properly supported."
-	                                    "Try using e.g. 'ac3_fixed' instead of 'ac3' as codec\n");
 	encoder->input_format = samplefmt2affmt(lavc_actx->sample_fmt);
 	lavc_actx->channels = encoder->params.channels;
 	lavc_actx->sample_rate = encoder->params.sample_rate;