diff options
author | saintdev <[email protected]> | 2008-02-21 02:02:42 +0000 |
---|---|---|
committer | saintdev <[email protected]> | 2008-02-21 02:02:42 +0000 |
commit | cdfc09f2ba0eac2793357e18408248fba1f9620d (patch) | |
tree | ae829c21b492f74299569ca91bd9f378e012a21a /libhb/decdca.c | |
parent | a9cd8746b1a207e67b3e6fb0c78002d448c43fc1 (diff) |
Formatting: Remove a lot of trailing whitespace.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1307 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/decdca.c')
-rw-r--r-- | libhb/decdca.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libhb/decdca.c b/libhb/decdca.c index 669112f5b..d84a6ca45 100644 --- a/libhb/decdca.c +++ b/libhb/decdca.c @@ -20,7 +20,7 @@ struct hb_work_private_s int bitrate; int frame_length; float level; - + int error; int sync; int size; @@ -30,9 +30,9 @@ struct hb_work_private_s uint8_t frame[18726]; hb_list_t * list; - + int out_discrete_channels; - + }; int decdcaInit( hb_work_object_t *, hb_job_t * ); @@ -70,7 +70,7 @@ int decdcaInit( hb_work_object_t * w, hb_job_t * job ) /* Decide what format we want out of libdca work.c has already done some of this deduction for us in do_job() */ - + pv->flags_out = HB_AMIXDOWN_GET_DCA_FORMAT(w->amixdown); /* pass the number of channels used into the private work data */ @@ -125,7 +125,7 @@ int decdcaWork( hb_work_object_t * w, hb_buffer_t ** buf_in, /*********************************************************************** * Decode *********************************************************************** - * + * **********************************************************************/ static hb_buffer_t * Decode( hb_work_object_t * w ) { |