~ubuntu-branches/ubuntu/utopic/libav/utopic

« back to all changes in this revision

Viewing changes to doc/developer.texi

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-09-13 15:36:38 UTC
  • mfrom: (1.3.49 sid)
  • Revision ID: package-import@ubuntu.com-20140913153638-6rfush77baz008o9
Tags: 6:11-1
* Upload final 11 release
  - matroskadec: parse stereo mode on decoding (Closes: #757185)

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
@end example
69
69
 
70
70
@item
71
 
Braces in function declarations are written on the new line:
 
71
Braces in function definitions are written on the new line:
72
72
@example
73
73
const char *avfilter_configuration(void)
74
74
@{