comparison mpegts.c @ 3278:1de87c1b6a12 libavformat

Remove unnecessary parentheses from return calls.
author diego
date Tue, 06 May 2008 09:16:36 +0000
parents 8876618cea62
children 6f61c3b36632
comparison
equal deleted inserted replaced
3277:ce8070648576 3278:1de87c1b6a12
225 } 225 }
226 } 226 }
227 } 227 }
228 } 228 }
229 229
230 return (!used && discarded); 230 return !used && discarded;
231 } 231 }
232 232
233 /** 233 /**
234 * Assembles PES packets out of TS packets, and then calls the "section_cb" 234 * Assembles PES packets out of TS packets, and then calls the "section_cb"
235 * function when they are complete. 235 * function when they are complete.